Welcome![Sign In][Sign Up]
Location:
Search - linux module

Search list

[Bookslinux设备驱动程序开发详解

Description: 详细讲述了linux设备驱动程序的开发,想学习linux下设备驱动程序开发工作的人员可以参考。文件清单列出如下: linuxdriver_code_tool |-- 03 | `-- 2.6内核升级工具 | |-- device-mapper-1.00.19-2.i386.rpm | |-- lvm2-2.00.25-1.01.i386.rpm | |-- mkinitrd-4.2.0.3.tar.tar | |-- module-init-tools-3.2.2.tar.bz2 | `-- modutils-2.4.5-1.src.rpm |-- 04 | |-- 内核模块参数范例 | | `-- book.c | |-- 内核模块导出符号 | | `-- export_symb.c | `-- 最简单的内核模块 | `-- hello.c |-- 05 | `-- udev源代码 | `-- udev-114.tar.gz |-- 06 | |-- globalmem驱动 | | `-- globalmem.c | `-- 包含2个globalmem设备的驱动 | `-- globalmem_two.c |-- 07 | `-- 含并发控制的globalmem驱动 | `-- globalmem_lock.c |-- 08 | |-- globalfifo驱动 | | `-- globalfifo.c | `-- poll应用程序范例 | `-- pollmonitor.c |-- 09 | |-- 异步通知应用程序范例 | | `-- asyncmonitor.c | `-- 支持异步通知的globalfifo | `-- globalfifo_async.c |-- 10 | |-- S3C2410实时钟驱动 | | `-- s3c2410-rtc.c | `-- 秒设备驱动与应用程序 | |-- second.c | `-- second_test.c |-- 11 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |-- 12 | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c |-- 13 | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c |-- 14 | |-- S3C2410串口驱动 | | |-- regs-gpio.h | | |-- regs-serial.h | | `-- s3c2410.c | `-- 串口核心层 | |-- serial_core.c | `-- serial_core.h |-- 15 | |-- S3C2410 I2C主机驱动 | | |-- i2c-s3c2410.c | | |-- iic.h | | |-- regs-gpio.h | | `-- regs-iic.h | `-- SAA711x I2C设备驱动 | `-- saa711x.c |-- 16 | `-- CS8900以太网设备驱动 | |-- cs89x0.c | `-- cs89x0.h |-- 17 | |-- ALSA工具及库 | | |-- alsa-driver-1.0.15.tar.bz2 | | |-- alsa-firmware-1.0.15.tar.bz2 | | |-- alsa-lib-1.0.15.tar.bz2 | | |-- alsa-oss-1.0.15.tar.bz2 | | |-- alsa-tools-1.0.15.tar.bz2 | | |-- alsa-utils-1.0.13.tar.bz2 | | `-- pyalsa-1.0.15.tar.bz2 | |-- ALSA驱动范例 | | |-- sa11xx-uda1341.c | | `-- uda1341.h | |-- ALSA应用程序范例 | | |-- pcm.c | | `-- pcm_min.c | |-- OSS驱动范例 | | `-- s3c2410-uda1341.c | `-- OSS应用程序范例 | |-- mixer.c | `-- sound.c |-- 18 | |-- FRAMEBUFFER应用程序范例 | | `-- fb_display | | |-- fb_display.c | | |-- fb_display.h | | |-- Makefile | | |-- README | | `-- test.c | `-- S3C2410 LCD驱动 | |-- s3c2410fb.c | `-- s3c2410fb.h |-- 19 | |-- busybox源代码 | | `-- busybox-1.2.1.tar.bz2 | |-- MTD工具 | | `-- mtd-utils-1.0.0.tar.gz | |-- nand驱动范例 | | `-- s3c2410.c | |-- nor驱动范例 | | `-- s3c2410nor.c | `-- yaffs&yaffs2源代码 | |-- yaffs.tar.gz | `-- yaffs2.tar.gz |-- 20 | |-- USB串口驱动 | | |-- usb-serial.c | | `-- usb-serial.h | |-- USB工具 | | `-- usbview-1.0.tar.tar | |-- USB骨架程序 | | `-- usb-skeleton.c | |-- USB键盘驱动 | | |-- input.h | | |-- usb_input.h | | `-- usbkbd.c | `-- usb主机控制器驱动范例 | |-- ohci-s3c2410.c | `-- usb-control.h |-- 21 | |-- PCI骨架程序 | | `-- pci-skeleton.c | `-- PCI驱动范例 | `-- i810_audio.c `-- 22 |-- 范例代码 | |-- oops范例 | | |-- oops_example.asm | | `-- oops_example.c | `-- proc范例 | `-- sim_proc.c `-- 内核调试工具 |-- ddd-3.3.11.tar.gz |-- gdbmod-2.4.bz2 |-- kdb-v4.4-2.6.15-rc5-common-1.bz2 |-- kdb-v4.4-2.6.15-rc5-common-2.bz2 |-- kdb-v4.4-2.6.15-rc5-i386-1.bz2 `-- linux-2.6.15.5-kgdb-2.4.tar.tar
Platform: | Size: 25078324 | Author: zxx000 | Hits:

[BooksLinux可卸载模块编程

Description: Linux可卸载模块编程-uninstall Linux Programming Module
Platform: | Size: 112640 | Author: 许风 | Hits:

[Internet-NetworkLinux 2_4_x 网络协议栈QoS模块(TC)的设计与实现

Description: linux qos 模块,最标准的实现-module, the most standard of achievement
Platform: | Size: 32768 | Author: 刘波 | Hits:

[OS programLinux内核驱动模块编程指南_forever

Description: Linux内核驱动模块编程指南-drive Linux kernel module programming guide
Platform: | Size: 51200 | Author: 陈永恒 | Hits:

[Linux-UnixLinux可加载内核模块完全版

Description: 非常好的内核模块编程指南。是黑客、病毒程序编写者和系统管理员的概念性指南。很有价值。-very good kernel module programming guide. Hackers, virus writers and system administrators the conceptual guidelines. Great value.
Platform: | Size: 68608 | Author: 付治钧 | Hits:

[Embeded Linuxs3c2440_kernel2.4.18_module_camera

Description: 三星s3c2440 ARM9芯片在linux下的摄像头驱动-s3c2440 Samsung ARM9 chip in linux under the camera driver
Platform: | Size: 11264 | Author: 王孝丰 | Hits:

[File Formatlinux源码分析

Description: 这是我做linux系统初始化过程分析时在网上收集到的资料,主要时初始化时引导模块的分析-This is what I do linux system initialization process on-line analysis of the information collected, mainly at initialization time guide the analysis module
Platform: | Size: 843776 | Author: 李程 | Hits:

[USB developusbmgr-0.4.8.tar

Description: USB Manager(usbmgr) 0.4.8 Shuu Yamaguchi <shuu@wondernetworkresources.com> Special Helper: Philipp Thomas When USB devices connect to or disconnect from a USB hub, the usbmgr works as the following according to configuration. a) It loads and unloads files Linux kernel modules. b) It execute file to setup USB devices.-USB Manager(usbmgr) 0.4.8 Shuu Yamaguchi <shuu@wondernetworkresources.com> Special Helper: Philipp Thomas When USB devices connect to or disconnect from a USB hub, the usbmgr works as the following according to configuration. a) It loads and unloads files Linux kernel modules. b) It execute file to setup USB devices.
Platform: | Size: 52224 | Author: 邻水 | Hits:

[Embeded LinuxLinux-C语言编程宝典

Description: linux下的C编程参考资料,有linux系统各模块的函数接口,为linux C程序员加油-under the C programming reference, linux system interface module functions for C programmers refueling linux
Platform: | Size: 161792 | Author: oa | Hits:

[DocumentsLinux编程白皮书2

Description: 《Linux编程白皮书》是由一群Linux高手所写的,它由五个部分组成——是Linux文档工程的一个印刷版本。该书描述了关键的设计概念,以及系统和Linux内核子系统的概念系统结构和具体的系统结构。全书是从Linux操作系统的心脏——内核开始进行深入介绍的。所介绍的知识包括Linux硬件和软件基础、内核机制、进程、模块、结构及源代码、Linux内核模块编程指南,把应用程序移植到Linux下,以及对网络的讨论等等。-"Linux programming White Paper" is written by a group of Linux experts, it consists of five parts-- the Linux Documentation Project is a print version. The book describes the key design concepts, and systems and subsystems of the Linux kernel structure and the concept of specific systems architecture. The book is from the heart of the Linux operating system-- starting core in-depth about. Introduced by the knowledge including Linux hardware and software infrastructure, the core mechanisms, processes, modules, the structure and source code, the Linux kernel module programming guide, applications to Linux, as well as the network discussions.
Platform: | Size: 121856 | Author: 谢其财 | Hits:

[Linux-UnixLinux内核模块的实现机制

Description: 讲述Linux内核模块的实现机制,对想理解linux内核模块的实现机制的学者具有一定的使用价值-on Linux kernel modules to achieve a mechanism to want to understand Linux kernel module mechanism for the realization of the scholars have certain value
Platform: | Size: 66560 | Author: 陆天明 | Hits:

[OS programThe_Linux_Kernel_Module_Programming_Guide-2.6.0.ra

Description: 这是一本不错的关于linux内核模块编程的好书但是,是英文版-This is a good module of the Linux kernel programming books, however, is the English version
Platform: | Size: 107520 | Author: 黄影 | Hits:

[Embeded LinuxLINUX-DRIVER-demo

Description: 一个LINUX驱动程序摸板,采用模块加载,可依此摸板编写自己的特定的驱动程序。-a LINUX driver membranes using module loading, be prepared accordingly foil their specific driver.
Platform: | Size: 74752 | Author: liuli | Hits:

[Linux-Unixlinux-fusion-1.1.tar

Description: linux进程间高级通信的一个模块 是一个很不错的东西.-linux processes of a senior communications module is a very good thing.
Platform: | Size: 110592 | Author: lusan | Hits:

[Linux-Unixmodule-init-tools-3.2.tar

Description: module-init-tools-3.2.tar.gz linux内核小工具-module-init-tools-3.2.tar.gz linux kernel Gadgets
Platform: | Size: 197632 | Author: comingday | Hits:

[Embeded Linuxled_linux2.4.18

Description: Linux 2.4.18 s3c2440 led driver 使用dev-C++撰寫,需要linux 2.4.18 kernel include,編譯完成後產生led module。 insmod main.o //安裝模組 mknod /dev/leds c 221 0 使用方法: int main(int argc, char *argv[]) { int testdev //led test... testdev = open("/dev/QuickMarkLed",O_RDWR) ioctl(testdev, 2, 1) //ioctl(device, led number, open/close) open=1 ioctl(testdev, argv[1][0]- 0 , argv[2][0]- 0 ) //ioctl(device, led number, open/close) open=1 close(testdev) return 0 } -Linux 2.4.18 s3c2440 led driver to use dev-C++ Writing, the need for linux 2.4.18 kernel include, compiled after the completion of led module. insmod main.o// install the module mknod/dev/leds c 221 0 to use: int main (int argc, char* argv []) (int testdev// led test ... testdev = open (/ dev/QuickMarkLed , O_RDWR) ioctl (testdev, 2, 1)// ioctl (device, led number, open/close) open = 1 ioctl (testdev, argv [1] [0]- 0, argv [2] [0]- 0 )// ioctl (device, led number, open/close) open = 1 close (testdev) return 0)
Platform: | Size: 5120 | Author: Jia-Yang Chen | Hits:

[Linux-UnixMyMod

Description: 让大家如何在linux下编写一个自己模块,让自己融入到LINUX编程环境。-Let everyone how to prepare a linux module itself, so that its own programming environment into LINUX.
Platform: | Size: 1024 | Author: jerry | Hits:

[OtherThe+Linux+Kernel+Module+Programming+Guide+2[1].6+E

Description: linux内核编程比较经典的一个原版英文教材!-linux kernel programming a relatively classic original English teaching materials!
Platform: | Size: 130048 | Author: liufm | Hits:

[Embeded-SCM Developlkmpg

Description: Linux Module Programming Guide
Platform: | Size: 494592 | Author: c | Hits:

[Driver Developlinux-module

Description: Linux设备驱动标准模板,用于s3c2410实验,流水灯点亮,下面有配套应用程序内核版本:2.6.31 交叉编译器:arm-linux-gcc 4.12 Read,write,ioctl等函数实现 S3C2410 GPF0~GPF3外接led灯,低电平点亮,高电平熄灭分别用write和ioctl 实现led流水灯的点亮经过验证,可点亮led流水灯-linux module
Platform: | Size: 25600 | Author: 王子丹 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net